1 ' Copyright (c) Microsoft Corporation. All rights reserved.
4 Imports System
.Reflection
5 Imports System
.Runtime
.CompilerServices
6 Imports System
.Runtime
.InteropServices
7 Imports System
.Security
.Permissions
9 ' General Information about an assembly is controlled through the following
10 ' set of attributes. Change these attribute values to modify the information
11 ' associated with an assembly.
13 ' Review the values of the assembly attributes
15 <Assembly
: RuntimeCompatibility(WrapNonExceptionThrows
:=True)>
16 <Assembly
: SecurityPermissionAttribute(SecurityAction
.RequestMinimum
, Execution
:=True)>
17 <Assembly
: AssemblyTitle("Code sample")>
18 <Assembly
: AssemblyDescription("Code sample")>
19 <Assembly
: AssemblyCompany("Microsoft Corporation")>
20 <Assembly
: AssemblyProduct("Windows Communication Foundation and Windows Workflow Foundation SDK")>
21 <Assembly
: AssemblyCopyright("Copyright (c) Microsoft Corporation")>
22 <Assembly
: AssemblyTrademark("")>
24 <Assembly
: CLSCompliant(False)>
25 <Assembly
: ComVisible(False)>
27 'The following GUID is for the ID of the typelib if this project is exposed to COM
28 <Assembly
: Guid("3cc1bbb9-039e-43b7-9836-5f8f184da474")>
30 ' Version information for an assembly consists of the following four values:
37 ' You can specify all the values or you can default the Build and Revision Numbers
38 ' by using the '*' as shown below:
39 ' <Assembly: AssemblyVersion("3.0.*")>
41 <Assembly
: AssemblyVersion("3.5")>
42 <Assembly
: AssemblyFileVersion("3.5")>